home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 32
/
PC Gamer IT CD 32 2-2.iso
/
MECHCMDR
/
Data
/
objects
/
object2.pak
/
Unnamed File 000004
< prev
next >
Wrap
Text File
|
1998-04-08
|
3KB
|
92 lines
FITini
//---------------------------------------------------------------------------
//
// MECH: AWESOME 3025
//
// BASE ID: 14
//
//---------------------------------------------------------------------------
// This is a sample MechBase Data File.
[ObjectClass]
l ObjectTypeNum = 2
[Header]
st FileType = "MechType"
[General]
ul ID = 14 // ID number for this mech type
uc Type = 0 // 0 = Inner Sphere, 1 = Clan
st Name = "Awesome 3025" // mech type description
uc Chassis = 0 // Standard Chassis
f TonnageClass = 80.0 // 80 tons
uc EndoSteel = 0 // does not have EndoSteel IS
f InternalStructureTonnage = 8.0 // 8.0 tons
[InternalStructure]
//------------------------------------------------------------------------
// In theory, the following should be dictated by the MaxTonnage, correct?
uc Head = 3
uc CenterTorso = 25
uc LeftTorso = 17
uc RightTorso = 17
uc LeftArm = 13
uc RightArm = 13
uc LeftLeg = 17
uc RightLeg = 17
[Debris]
ul RightArmPiece = 0x000000AC
ul LeftArmPiece = 0x000000AB
ul DestroyedPiece = 0x0000003A
[HotSpots]
st HotSpotFileName = "aw"
l FootprintType = 1
//------------------------------------------------------------
// These are a LIE for the AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!
ul Weapon0 = 3 // Which part is this weapon attached to. 3 = Right Arm
ul Weapon1 = 2 // Which part is this weapon attached to. 2 = Left Arm
ul Weapon2 = 1 // Which part is this weapon attached to. 1 = Torso
ul Weapon3 = 1 // Which part is this weapon attached to. 1 = Torso
ul Weapon4 = 1 // Which part is this weapon attached to. 1 = Torso
ul Weapon5 = 1 // Which part is this weapon attached to. 1 = Torso
ul Weapon6 = 1 // Which part is this weapon attached to. 1 = Torso
ul Weapon7 = 0 // Which part is this weapon attached to. 0 = Bottom
ul Weapon8 = 0 // Which part is this weapon attached to. 0 = Bottom
[ObjectType]
st Name = "awesome" // Text string giving a descriptive name (only 8 chars long!!)
l Type = 3 // ID number for this mech type
l Appearance = 0x01000003
l Duration = -1 // Lasts forever = -1
l MaxDamage = 200 // Number of damage points before BOOM!
l ExplosionObject = 41 // Object Class Number of explosion for Mech
l DestroyedObject = 101 // Object Class Number of Destroyed shape for Mech
f ExtentRadius = 12 // Extent Radius in Meters
l IconNumber = 1
[Control]
ul Type = 2 //player = 1, ai = 2, net = 3
ul DataType = 1 //mech control data = 1
[Dynamics]
ul Type = 1 //Mech dynamics = 1
[MechDynamics]
l maxTorsoYawRate = 180 //Degrees per sec
l maxTorsoYaw = 120 //(+/-)Degrees
l maxArmYaw = 60 //(+/-)Degrees
l maxMechYawRate = 180 //Degrees per sec
l maxRightArmYawRate = 180 //Degrees per sec
l maxLeftArmYawRate = 180 //Degrees per sec
f maxAccel = 3.0 //Meters per sec per sec
f maxVelocity = 40.0 //Meters per sec
[AudioVisual]
st Anim = "animString"
uc[3] MoveAnimSpeed = 0,2,1
FITEnd